3.3.45 \(\int \frac {(a+b x)^6}{x^{10}} \, dx\)

Optimal. Leaf size=56 \[ -\frac {b^2 (a+b x)^7}{252 a^3 x^7}+\frac {b (a+b x)^7}{36 a^2 x^8}-\frac {(a+b x)^7}{9 a x^9} \]

________________________________________________________________________________________

Rubi [A]  time = 0.01, antiderivative size = 56, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 2, integrand size = 11, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.182, Rules used = {45, 37} \begin {gather*} -\frac {b^2 (a+b x)^7}{252 a^3 x^7}+\frac {b (a+b x)^7}{36 a^2 x^8}-\frac {(a+b x)^7}{9 a x^9} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(a + b*x)^6/x^10,x]

[Out]

-(a + b*x)^7/(9*a*x^9) + (b*(a + b*x)^7)/(36*a^2*x^8) - (b^2*(a + b*x)^7)/(252*a^3*x^7)

Rule 37

Int[((a_.) + (b_.)*(x_))^(m_.)*((c_.) + (d_.)*(x_))^(n_), x_Symbol] :> Simp[((a + b*x)^(m + 1)*(c + d*x)^(n +
1))/((b*c - a*d)*(m + 1)), x] /; FreeQ[{a, b, c, d, m, n}, x] && NeQ[b*c - a*d, 0] && EqQ[m + n + 2, 0] && NeQ
[m, -1]

Rule 45

Int[((a_.) + (b_.)*(x_))^(m_)*((c_.) + (d_.)*(x_))^(n_), x_Symbol] :> Simp[((a + b*x)^(m + 1)*(c + d*x)^(n + 1
))/((b*c - a*d)*(m + 1)), x] - Dist[(d*Simplify[m + n + 2])/((b*c - a*d)*(m + 1)), Int[(a + b*x)^Simplify[m +
1]*(c + d*x)^n, x], x] /; FreeQ[{a, b, c, d, m, n}, x] && NeQ[b*c - a*d, 0] && ILtQ[Simplify[m + n + 2], 0] &&
 NeQ[m, -1] &&  !(LtQ[m, -1] && LtQ[n, -1] && (EqQ[a, 0] || (NeQ[c, 0] && LtQ[m - n, 0] && IntegerQ[n]))) && (
SumSimplerQ[m, 1] ||  !SumSimplerQ[n, 1])

Rubi steps

\begin {align*} \int \frac {(a+b x)^6}{x^{10}} \, dx &=-\frac {(a+b x)^7}{9 a x^9}-\frac {(2 b) \int \frac {(a+b x)^6}{x^9} \, dx}{9 a}\\ &=-\frac {(a+b x)^7}{9 a x^9}+\frac {b (a+b x)^7}{36 a^2 x^8}+\frac {b^2 \int \frac {(a+b x)^6}{x^8} \, dx}{36 a^2}\\ &=-\frac {(a+b x)^7}{9 a x^9}+\frac {b (a+b x)^7}{36 a^2 x^8}-\frac {b^2 (a+b x)^7}{252 a^3 x^7}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 80, normalized size = 1.43 \begin {gather*} -\frac {a^6}{9 x^9}-\frac {3 a^5 b}{4 x^8}-\frac {15 a^4 b^2}{7 x^7}-\frac {10 a^3 b^3}{3 x^6}-\frac {3 a^2 b^4}{x^5}-\frac {3 a b^5}{2 x^4}-\frac {b^6}{3 x^3} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(a + b*x)^6/x^10,x]

[Out]

-1/9*a^6/x^9 - (3*a^5*b)/(4*x^8) - (15*a^4*b^2)/(7*x^7) - (10*a^3*b^3)/(3*x^6) - (3*a^2*b^4)/x^5 - (3*a*b^5)/(
2*x^4) - b^6/(3*x^3)

________________________________________________________________________________________

IntegrateAlgebraic [F]  time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {(a+b x)^6}{x^{10}} \, dx \end {gather*}

Verification is not applicable to the result.

[In]

IntegrateAlgebraic[(a + b*x)^6/x^10,x]

[Out]

IntegrateAlgebraic[(a + b*x)^6/x^10, x]

________________________________________________________________________________________

fricas [A]  time = 1.13, size = 68, normalized size = 1.21 \begin {gather*} -\frac {84 \, b^{6} x^{6} + 378 \, a b^{5} x^{5} + 756 \, a^{2} b^{4} x^{4} + 840 \, a^{3} b^{3} x^{3} + 540 \, a^{4} b^{2} x^{2} + 189 \, a^{5} b x + 28 \, a^{6}}{252 \, x^{9}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x+a)^6/x^10,x, algorithm="fricas")

[Out]

-1/252*(84*b^6*x^6 + 378*a*b^5*x^5 + 756*a^2*b^4*x^4 + 840*a^3*b^3*x^3 + 540*a^4*b^2*x^2 + 189*a^5*b*x + 28*a^
6)/x^9

________________________________________________________________________________________

giac [A]  time = 1.02, size = 68, normalized size = 1.21 \begin {gather*} -\frac {84 \, b^{6} x^{6} + 378 \, a b^{5} x^{5} + 756 \, a^{2} b^{4} x^{4} + 840 \, a^{3} b^{3} x^{3} + 540 \, a^{4} b^{2} x^{2} + 189 \, a^{5} b x + 28 \, a^{6}}{252 \, x^{9}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x+a)^6/x^10,x, algorithm="giac")

[Out]

-1/252*(84*b^6*x^6 + 378*a*b^5*x^5 + 756*a^2*b^4*x^4 + 840*a^3*b^3*x^3 + 540*a^4*b^2*x^2 + 189*a^5*b*x + 28*a^
6)/x^9

________________________________________________________________________________________

maple [A]  time = 0.01, size = 69, normalized size = 1.23 \begin {gather*} -\frac {b^{6}}{3 x^{3}}-\frac {3 a \,b^{5}}{2 x^{4}}-\frac {3 a^{2} b^{4}}{x^{5}}-\frac {10 a^{3} b^{3}}{3 x^{6}}-\frac {15 a^{4} b^{2}}{7 x^{7}}-\frac {3 a^{5} b}{4 x^{8}}-\frac {a^{6}}{9 x^{9}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((b*x+a)^6/x^10,x)

[Out]

-1/3*b^6/x^3-3*a^2*b^4/x^5-15/7*a^4*b^2/x^7-1/9*a^6/x^9-3/4*a^5*b/x^8-10/3*a^3*b^3/x^6-3/2*a*b^5/x^4

________________________________________________________________________________________

maxima [A]  time = 1.37, size = 68, normalized size = 1.21 \begin {gather*} -\frac {84 \, b^{6} x^{6} + 378 \, a b^{5} x^{5} + 756 \, a^{2} b^{4} x^{4} + 840 \, a^{3} b^{3} x^{3} + 540 \, a^{4} b^{2} x^{2} + 189 \, a^{5} b x + 28 \, a^{6}}{252 \, x^{9}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x+a)^6/x^10,x, algorithm="maxima")

[Out]

-1/252*(84*b^6*x^6 + 378*a*b^5*x^5 + 756*a^2*b^4*x^4 + 840*a^3*b^3*x^3 + 540*a^4*b^2*x^2 + 189*a^5*b*x + 28*a^
6)/x^9

________________________________________________________________________________________

mupad [B]  time = 0.10, size = 68, normalized size = 1.21 \begin {gather*} -\frac {\frac {a^6}{9}+\frac {3\,a^5\,b\,x}{4}+\frac {15\,a^4\,b^2\,x^2}{7}+\frac {10\,a^3\,b^3\,x^3}{3}+3\,a^2\,b^4\,x^4+\frac {3\,a\,b^5\,x^5}{2}+\frac {b^6\,x^6}{3}}{x^9} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a + b*x)^6/x^10,x)

[Out]

-(a^6/9 + (b^6*x^6)/3 + (3*a*b^5*x^5)/2 + (15*a^4*b^2*x^2)/7 + (10*a^3*b^3*x^3)/3 + 3*a^2*b^4*x^4 + (3*a^5*b*x
)/4)/x^9

________________________________________________________________________________________

sympy [A]  time = 0.56, size = 73, normalized size = 1.30 \begin {gather*} \frac {- 28 a^{6} - 189 a^{5} b x - 540 a^{4} b^{2} x^{2} - 840 a^{3} b^{3} x^{3} - 756 a^{2} b^{4} x^{4} - 378 a b^{5} x^{5} - 84 b^{6} x^{6}}{252 x^{9}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x+a)**6/x**10,x)

[Out]

(-28*a**6 - 189*a**5*b*x - 540*a**4*b**2*x**2 - 840*a**3*b**3*x**3 - 756*a**2*b**4*x**4 - 378*a*b**5*x**5 - 84
*b**6*x**6)/(252*x**9)

________________________________________________________________________________________